Fix root in nix config breaking caching - #3976
Conversation
Greptile SummaryThe native-module cache manifest now avoids treating a fileset source root as a standalone input while continuing to hash each module’s build directory. The checked mixed-root case remains covered because the module directory’s Git tree hash includes the nested input. Confidence Score: 5/5Safe to merge: the checked fileset-root scenario still changes the cache input when a nested real input changes. The reported concern was exercised against both implementations. Although the changed parser omits the nested path from its intermediate collection, manifest normalization retains the enclosing module directory, whose Git tree hash covers that path. Files Needing Attention: No files need follow-up changes.
What T-Rex did
Reviews (1): Last reviewed commit: "Fix root in nix config breaking caching" | Re-trigger Greptile |
❌ 7 Tests Failed:
View the full list of 7 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
No description provided.